Independentsoft.Office.Odf.Fields Namespace

 

Classes

AuthorInitials Represents the initials of the author of a document.
AuthorName Represents the full name of the author of a document.
Chapter Represents a field that displays one of the following: - The name of the current chapter. - The number of the current chapter. - Both the name and number of the current chapter. If this element is placed inside a header or footer, it displays the current chapter name or number on every page.
CharacterCount Specifies the number of characters that an OpenDocument producer has counted for a document.
ConditionalText Represents a condition for display of one text string or another.
CreationDate Represents the date and time when a document was created.
CreationTime Represents the time at which a document was created.
DatabaseDisplay Represents data from the current database row.
DatabaseName Represents the database and table name of the last used table.
Date Displays a date, by default this is the current date. The date can be adjusted to display a date other than the current date.
Description Contains the description of a document.
DisplayRow Represents a specific row from a current selection.
EditDuration Represents the total time spent editing a document.
Expression Represents expressions that are evaluated and the resulting value displayed.
Field Represents a field.
FileName Represents a field that displays the name of a file that is being edited.
HiddenText Hides the text it contains when a specified condition is true.
ImageCount Represents the number of images that an OpenDocument producer has counted for a document.
InitialCreator Represents the name of the initial creator of a document.
Keywords Contains the keyword pertaining to a document.
ModificationDate Displays the value contained by the date and time when the document was last modified, when an annotation was created, when a change was made.
ModificationTime Represents the time at which a document was last modified.
ModifiedBy Represents the name of the person who last modified a document, who created an annotation, who authored a change.
NextRow Represents the database row following the one currently displayed in a current database row.
ObjectCount Represents the number of embedded objects stored in OpenDocument format that the OpenDocument producer has counted for the document.
PageCount Represents the number of pages that an OpenDocument producer has calculated for a document.
PageNumber Displays the current page number.
PageVariableGetField Displays the value of a page variable.
PageVariableSetField Used to set a page variable.
ParagraphCount Represents the number of paragraphs that an OpenDocument producer has counted for a document.
Placeholder Represents a placeholder field to indicate locations in a document where the user may insert content of a certain type.
PrintDate Represents the date and time when a document was last printed.
PrintedBy Represents the name of the last person who printed a document.
PrintTime Represents the time at which a document was last printed.
RevisionNumber Represents the number of times a document has been edited.
SelectRow Represents a specific row from a current selection.
SenderCity Represents the city name of the address of a subsequent author.
SenderCompany Represents the name of the company that employs a subsequent author.
SenderCountry Represents the country name of the address of a subsequent author.
SenderEmail Represents the email address of a subsequent author.
SenderFax Represents the facsimile number of a subsequent author.
SenderFirstName Represents the first name of a subsequent author.
SenderInitials Represents the initials of a subsequent author.
SenderLastName Represents the last name of a subsequent author.
SenderPosition Represents the position of a subsequent author.
SenderPostalCode Represents the postal code of the address of a subsequent author.
SenderPrivatePhone Represents the private telephone number of a subsequent author.
SenderState Represents the state or province name of the address of a subsequent author, if applicable.
SenderStreet Represents the street address of a subsequent author.
SenderTitle Represents the title of a subsequent author.
SenderWorkPhone Represents the office telephone number of a subsequent author.
SequenceVariableDeclaration Represents declare sequence variables used to number items within an OpenDocument text document.Sequence variables are commonly used for sequential numbering. However, expression formulas can be included in sequence fields to support more advanced sequences.
SequenceVariableField Represents a sequence field. A sequence field changes the value of a sequence variable by a specified formula and displays the changed value of the sequence variable in a specified format.
SheetName Represents the name of a sheet that is currently being edited in a Spreadsheet document.
SimpleVariableDeclaration Represents the name of a sheet that is currently being edited in a Spreadsheet document.
SimpleVariableGetField Sets the display of the value of a simple variable.
SimpleVariableInputField Represents user supplied variable values.
SimpleVariableSetField Represents a simple variable.
Subject Represents the subject of a document.
TableCount Represents number of table contained in a document instance.
TemplateName Represents a field that displays information about the document template in use.
TextInputField Represents a text input field. A text input field is used in a user interface to prompt a user to input text. This text is stored and displayed as the content of this element until it is replaced by a user.
Time Represents a time, by default this is the current time.
Title Represents the title of a document.
UserVariableDeclaration Used to specify user variable values that are displayed using the UserVariableGetField objects.
UserVariableGetField Displays the content of a user variable.
UserVariableInputField Represents alternative method of displaying user variables.
WordCount Represents the number of words that an OpenDocument producer has counted for a document.

Enumerations

ChapterDisplayType Specifies the information that a chapter field should display.
DisplayType Represents the display of a field.
FileNameDisplayType Represents how much of the file name to display.
PlaceholderType Represents the content type of a placeholder.
SelectPage Specifies whether to display or not the number of a previous or following page rather than the number of the current page.
TableType Represents the reference made by a database table.
TemplateNameDisplayType Represents the information about a document template to display.
VariableValueType Represents the value-type of the variable.